projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43046ec
)
etc: Remove an unused variable binding
author
Alex Crichton
<alex@alexcrichton.com>
Wed, 22 Jul 2015 21:36:19 +0000
(14:36 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Thu, 23 Jul 2015 05:53:09 +0000
(22:53 -0700)
src/etc/install-deps.py
patch
|
blob
|
history
diff --git
a/src/etc/install-deps.py
b/src/etc/install-deps.py
index 45c3ffb5e48465ee20277578287a3c8b9e0d8933..859a0c613279a8d602479bb2a626cac56f56a661 100644
(file)
--- a/
src/etc/install-deps.py
+++ b/
src/etc/install-deps.py
@@
-56,7
+56,7
@@
def install_via_tarballs():
continue
name = p.replace(folder + "/", "", 1)
dst = "rustc-install/" + name
-
f =
tar.extract(p, "rustc-install")
+ tar.extract(p, "rustc-install")
tp = os.path.join("rustc-install", p)
if os.path.isdir(tp) and os.path.exists(dst):
continue